home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Utilitaires / Beyond Compare / beycmpfr.exe / {app} / BC2.exe / 0 / RCDATA / TSESSIONWIZARDDLG / TSESSIONWIZARDDLG.txt < prev   
Text File  |  2005-06-02  |  43KB  |  1,506 lines

  1. object SessionWizardDlg: TSessionWizardDlg
  2.   Left = 129
  3.   Top = 509
  4.   BorderStyle = bsDialog
  5.   Caption = 'Assistant de Comparaison'
  6.   ClientHeight = 359
  7.   ClientWidth = 1028
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poOwnerFormCenter
  16.   OnCloseQuery = FormCloseQuery
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Bevel1: TBevel
  23.     Left = 0
  24.     Top = 312
  25.     Width = 1028
  26.     Height = 3
  27.     Align = alBottom
  28.     Shape = bsBottomLine
  29.   end
  30.   object ButtonPanel: TPanel
  31.     Left = 0
  32.     Top = 315
  33.     Width = 1028
  34.     Height = 44
  35.     Align = alBottom
  36.     BevelOuter = bvNone
  37.     TabOrder = 0
  38.     object BackBtn: TButton
  39.       Left = 256
  40.       Top = 11
  41.       Width = 72
  42.       Height = 23
  43.       Caption = '< &Retour'
  44.       TabOrder = 0
  45.       OnClick = BackBtnClick
  46.     end
  47.     object NextBtn: TButton
  48.       Left = 328
  49.       Top = 11
  50.       Width = 72
  51.       Height = 23
  52.       Caption = '%'
  53.       Default = True
  54.       TabOrder = 1
  55.       OnClick = NextBtnClick
  56.     end
  57.     object CancelBtn: TButton
  58.       Left = 416
  59.       Top = 11
  60.       Width = 72
  61.       Height = 23
  62.       Cancel = True
  63.       Caption = 'Annuler'
  64.       ModalResult = 2
  65.       TabOrder = 2
  66.       OnClick = CancelBtnClick
  67.     end
  68.   end
  69.   object SummaryPanel: TPanel
  70.     Left = 0
  71.     Top = 0
  72.     Width = 497
  73.     Height = 313
  74.     BevelOuter = bvNone
  75.     Color = clWindow
  76.     TabOrder = 1
  77.     object SummaryControl: TPageControl
  78.       Left = 160
  79.       Top = 0
  80.       Width = 337
  81.       Height = 313
  82.       ActivePage = tsWelcomePage
  83.       Align = alRight
  84.       Style = tsButtons
  85.       TabOrder = 0
  86.       TabStop = False
  87.       object tsWelcomePage: TTabSheet
  88.         BorderWidth = 8
  89.         TabVisible = False
  90.         object SummaryTitle: TLabel
  91.           Left = 0
  92.           Top = 0
  93.           Width = 313
  94.           Height = 18
  95.           Align = alTop
  96.           Caption = 'Bienvenue dans l'#39'assistant de comparaison'
  97.           Font.Charset = DEFAULT_CHARSET
  98.           Font.Color = clWindowText
  99.           Font.Height = -16
  100.           Font.Name = 'Verdana'
  101.           Font.Style = [fsBold]
  102.           ParentFont = False
  103.           WordWrap = True
  104.         end
  105.         object SummaryDescription: TLabel
  106.           Left = 0
  107.           Top = 70
  108.           Width = 313
  109.           Height = 26
  110.           Align = alTop
  111.           Caption = 
  112.             'Vous pouvez sauter n'#39'importe quel champ dont vous n'#39#234'tes pas s'#251'r' +
  113.             ', puisqu'#39'ils peuvent '#234'tre modifi'#233's plus tard.'
  114.           WordWrap = True
  115.         end
  116.         object SummaryPrompt: TLabel
  117.           Left = 0
  118.           Top = 113
  119.           Width = 313
  120.           Height = 13
  121.           Align = alTop
  122.           Caption = 'Pour continuer, cliquer sur "suivant".'
  123.         end
  124.         object Bevel6: TBevel
  125.           Left = 0
  126.           Top = 18
  127.           Width = 313
  128.           Height = 17
  129.           Align = alTop
  130.           Shape = bsSpacer
  131.         end
  132.         object Bevel7: TBevel
  133.           Left = 0
  134.           Top = 96
  135.           Width = 313
  136.           Height = 17
  137.           Align = alTop
  138.           Shape = bsSpacer
  139.         end
  140.         object Bevel5: TBevel
  141.           Left = 0
  142.           Top = 61
  143.           Width = 313
  144.           Height = 9
  145.           Align = alTop
  146.           Shape = bsSpacer
  147.         end
  148.         object Label32: TLabel
  149.           Left = 0
  150.           Top = 35
  151.           Width = 313
  152.           Height = 26
  153.           Align = alTop
  154.           Caption = 
  155.             'Cet assistant vous aide '#224' mettre en place une session pour la co' +
  156.             'mparaison de fichiers et de dossiers.'
  157.           WordWrap = True
  158.         end
  159.         object Panel1: TPanel
  160.           Left = 0
  161.           Top = 254
  162.           Width = 313
  163.           Height = 33
  164.           Align = alBottom
  165.           BevelOuter = bvNone
  166.           ParentColor = True
  167.           TabOrder = 0
  168.           object StartEmptySession: TBCCheckBox
  169.             Left = 0
  170.             Top = 0
  171.             Width = 147
  172.             Height = 17
  173.             Caption = 'D'#233'marrer une nouvelle session &vide'
  174.             TabOrder = 0
  175.           end
  176.         end
  177.       end
  178.       object tsCompletionPage: TTabSheet
  179.         BorderWidth = 8
  180.         ImageIndex = 1
  181.         TabVisible = False
  182.         object Label4: TLabel
  183.           Left = 0
  184.           Top = 0
  185.           Width = 284
  186.           Height = 18
  187.           Align = alTop
  188.           Caption = 'Compl'#233'ter l'#39'assistant de comparaison'
  189.           Font.Charset = DEFAULT_CHARSET
  190.           Font.Color = clWindowText
  191.           Font.Height = -16
  192.           Font.Name = 'Verdana'
  193.           Font.Style = [fsBold]
  194.           ParentFont = False
  195.           WordWrap = True
  196.         end
  197.         object Label6: TLabel
  198.           Left = 0
  199.           Top = 274
  200.           Width = 278
  201.           Height = 13
  202.           Align = alBottom
  203.           Caption = 
  204.             'Pour fermer l'#39'assistant et commencer la comparaison, cliquer sur' +
  205.             ' Finir.'
  206.           WordWrap = True
  207.         end
  208.         object Label30: TLabel
  209.           Left = 0
  210.           Top = 35
  211.           Width = 229
  212.           Height = 13
  213.           Align = alTop
  214.           Caption = 'Vous avez d'#233'fini cette nouvelle session avec succ'#232's :'
  215.           WordWrap = True
  216.         end
  217.         object Bevel2: TBevel
  218.           Left = 0
  219.           Top = 48
  220.           Width = 313
  221.           Height = 3
  222.           Align = alTop
  223.           Shape = bsSpacer
  224.         end
  225.         object Bevel3: TBevel
  226.           Left = 0
  227.           Top = 257
  228.           Width = 313
  229.           Height = 17
  230.           Align = alBottom
  231.           Shape = bsSpacer
  232.         end
  233.         object Bevel4: TBevel
  234.           Left = 0
  235.           Top = 18
  236.           Width = 313
  237.           Height = 17
  238.           Align = alTop
  239.           Shape = bsSpacer
  240.         end
  241.         object SessionSummary: TMemo
  242.           Left = 0
  243.           Top = 51
  244.           Width = 313
  245.           Height = 206
  246.           Align = alClient
  247.           ReadOnly = True
  248.           ScrollBars = ssVertical
  249.           TabOrder = 0
  250.         end
  251.       end
  252.     end
  253.     inline LogoFrame1: TLogoFrame
  254.       Left = 0
  255.       Top = 0
  256.       Width = 156
  257.       Height = 313
  258.       Align = alLeft
  259.       Color = 15003123
  260.       ParentColor = False
  261.       TabOrder = 1
  262.     end
  263.   end
  264.   object ContentPanel: TPanel
  265.     Left = 520
  266.     Top = 0
  267.     Width = 497
  268.     Height = 313
  269.     BevelOuter = bvNone
  270.     TabOrder = 2
  271.     object PageBevel: TBevel
  272.       Left = 0
  273.       Top = 58
  274.       Width = 497
  275.       Height = 3
  276.       Align = alTop
  277.       Shape = bsTopLine
  278.     end
  279.     object Bevel9: TBevel
  280.       Left = 0
  281.       Top = 61
  282.       Width = 32
  283.       Height = 252
  284.       Align = alLeft
  285.       Shape = bsSpacer
  286.     end
  287.     object Bevel14: TBevel
  288.       Left = 473
  289.       Top = 61
  290.       Width = 24
  291.       Height = 252
  292.       Align = alRight
  293.       Shape = bsSpacer
  294.     end
  295.     object PageControl: TPageControl
  296.       Left = 32
  297.       Top = 61
  298.       Width = 441
  299.       Height = 252
  300.       ActivePage = tsCompareTypePage
  301.       Align = alClient
  302.       Style = tsButtons
  303.       TabOrder = 0
  304.       TabStop = False
  305.       object tsCompareTypePage: TTabSheet
  306.         BorderWidth = 8
  307.         Caption = 'Type de comparaison|Que voulez-vous comparer aujourd'#39'hui ?'
  308.         TabVisible = False
  309.         object Label23: TLabel
  310.           Left = 0
  311.           Top = 0
  312.           Width = 417
  313.           Height = 26
  314.           Align = alTop
  315.           Caption = 
  316.             'Les gens utilisent Beyond Compare pour une grande vari'#233't'#233' de bes' +
  317.             'oins de comparaison.  Ci-dessous sont repris quelques-uns des us' +
  318.             'ages courants.  S'#233'lectionner celui qui d'#233'crit le mieux vos besoi' +
  319.             'ns actuels :'
  320.           WordWrap = True
  321.         end
  322.         object ctSource: TBCRadioButton
  323.           Left = 0
  324.           Top = 88
  325.           Width = 204
  326.           Height = 17
  327.           Caption = 'Comparer, fusionner les changements de code source'
  328.           TabOrder = 2
  329.         end
  330.         object ctVerify: TBCRadioButton
  331.           Left = 0
  332.           Top = 108
  333.           Width = 112
  334.           Height = 17
  335.           Caption = 'V'#233'rifier la copie de donn'#233'es'
  336.           TabOrder = 3
  337.         end
  338.         object ctFTP: TBCRadioButton
  339.           Left = 0
  340.           Top = 128
  341.           Width = 142
  342.           Height = 17
  343.           Caption = 'Synchroniser avec un site FTP'
  344.           TabOrder = 4
  345.         end
  346.         object ctGeneral: TBCRadioButton
  347.           Left = 0
  348.           Top = 48
  349.           Width = 120
  350.           Height = 17
  351.           Caption = 'Comparer deux dossiers'
  352.           Checked = True
  353.           TabOrder = 0
  354.           TabStop = True
  355.         end
  356.         object ctSnapshot: TBCRadioButton
  357.           Left = 0
  358.           Top = 148
  359.           Width = 99
  360.           Height = 17
  361.           Caption = 'Instantan'#233' '#224' un moment donn'#233
  362.           TabOrder = 5
  363.         end
  364.         object ctFiles: TBCRadioButton
  365.           Left = 0
  366.           Top = 68
  367.           Width = 106
  368.           Height = 17
  369.           Caption = 'Comparer deux fichiers'
  370.           TabOrder = 1
  371.         end
  372.       end
  373.       object tsCodeBasePage: TTabSheet
  374.         BorderWidth = 8
  375.         Caption = '%'
  376.         ImageIndex = 1
  377.         TabVisible = False
  378.         object Label3: TLabel
  379.           Left = 0
  380.           Top = 0
  381.           Width = 82
  382.           Height = 13
  383.           Caption = '&Premier dossier de base :'
  384.           FocusControl = srcLeftBaseEdit
  385.         end
  386.         object Label1: TLabel
  387.           Left = 0
  388.           Top = 56
  389.           Width = 96
  390.           Height = 13
  391.           Caption = '&Deuxi'#232'me dossier de base :'
  392.           FocusControl = srcRightBaseEdit
  393.         end
  394.         object srcLeftBaseEdit: TComboBox
  395.           Left = 0
  396.           Top = 16
  397.           Width = 297
  398.           Height = 21
  399.           AutoComplete = False
  400.           ItemHeight = 13
  401.           TabOrder = 0
  402.         end
  403.         object srcRightBaseEdit: TComboBox
  404.           Left = 0
  405.           Top = 72
  406.           Width = 297
  407.           Height = 21
  408.           AutoComplete = False
  409.           ItemHeight = 13
  410.           TabOrder = 2
  411.         end
  412.         object srcBrowseLeft: TBitBtn
  413.           Left = 304
  414.           Top = 16
  415.           Width = 24
  416.           Height = 22
  417.           TabOrder = 1
  418.           OnClick = srcBrowseLeftClick
  419.           Glyph.Data = {
  420.             36060000424D3606000000000000360400002800000020000000100000000100
  421.             08000000000000020000220B0000220B00000001000000000000000000000000
  422.             80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
  423.             A600000000000818180029000800390008003D252D0031313100393939007329
  424.             10006B21210063212900633131000063310010106B0000007B0031317B005A31
  425.             420052394A0000525A0039425200235260000063630000636F0010636B00007B
  426.             7B004A4A4A00525252005A5A5A00476D7300636363006B6B6B00737363007B73
  427.             6B00737373007B7B7B007F7F7F008000000084000000BF0000009C310000BD31
  428.             0000843929008C392900FF000000CE313100AD421800B54A1000BD4A10009C63
  429.             0000BD522100BD633900C64A1000C6521800CE521800CE630000C6522100C65A
  430.             2100CE5A2100C65A2900D6522100CE5A3100CE632900C6633100CE633100CE6B
  431.             3100CE6B3900D66B3100DE6B3100E7632900FF633100E77339008C6B5A00A57B
  432.             6B00D6734200CE735200C67B5200C67B5A00D67B5200E7734A000080000000BF
  433.             000000FF00008080000084840000ADAD0000BFBF0000C6C60000D6D61000FFCE
  434.             0000FFFF0000DEDE2100949463009C9C6300DE845A00FF8C4A00C6846B00CE8C
  435.             6B00DE8C6300DE8C6B00DE947300D69C7B00E7846300EF8C6B00F79C6B00EF94
  436.             7300E79C7300E79C7B00F7A57B00FFB57300FFFF6300000080002121A5005A5A
  437.             8C0073738C006B6BA5002929CE000000FF005A5AC6005252D6005252DE006363
  438.             E7006B6BE7006B6BEF007373EF0080008000FF00FF00FF31FF00008080000084
  439.             8400009C9C002194A50000ADAD0012AEB70000BEBE005A848C00639C9C006B9C
  440.             A50000A5D60014B5D20029BDCE0002B5E20000BDF700639CCE005ABDC60001C9
  441.             ED0000CEFF0002D3F70000D6FF0000DEFF0004E8F50000E7FF0008E7FF0000EF
  442.             FF0002F7FF0008F7FF0000FFFF0018FDFF0052D6DE004ADEFF0063D6E7006BDE
  443.             EF0052EFFF0073E7EF0080808000848484008C8C8C00949494009C9C9C00A5A5
  444.             A500ADADAD00B5B5B500BDBDBD00CE9C8400C6A59400D6AD9400D6AD9C00EFA5
  445.             8400EFAD8400EFAD9400CEB5A500E7BDA500F7BDAD00CECE9C00FFCE9400DEC6
  446.             BD00FFD6AD00FFDEAD00F7CEBD008484EF00ADADF700BDBDF7009CCECE009CCE
  447.             FF0084E7EF0084EFFF009CFFFF00ADEFF700BDF7F700C0C0C000C6C6C600CECE
  448.             CE00DECEC600D5D5D500D6D6D600DEDEDE00E7CEC600E7D6CE00F7DECE00FFDE
  449.             CE00EFDED600F7DED600FFEFCE00FFF7C600EFE7DE00F7E7D600F7E7DE00FFEF
  450.             DE00C6C6FF00CECEFF00D6E7E700CEF7FF00E7E7E700EFEFEF00F7E7E700F7EF
  451.             E700FFEFE700F7EFEF00FFEFEF00F7F7EF00E7E7FF00EFF7F700E7FFFF00EFFF
  452.             FF00F7F7F700FFF7F700F7FFFF00FFFFFF00F0FBFF00A4A0A000808080000000
  453.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00868686868686
  454.             8686868686868686868686868686868686868686868686868686868686868686
  455.             8686868686868686868686F5F5F5F5F5F5F5F5F5F5F5868686860F0F0F0F0F0F
  456.             0F0F0F0F0F8686868686ACACACACACACACACACACAC07F58686861E1E8C8C8C8A
  457.             8A8A218A210F86868686ACAC07F586868686868686AC07F586861ECC1E8C8C8C
  458.             8A8A8A218A210F868686ACF5AC07F586868686868686AC07F5861ECCCC1E8C8C
  459.             8C8A8A8A2121210F8686ACF586AC07F586868686868686AC07F51EF5AACC1E8C
  460.             8C8C8A8A8A2121210F86ACF58686AC07F5F5F5F5F5F5F5F5ACF51EA4F5AACC1E
  461.             1E1E1E1E1E1E0F0F0F86ACF5868686ACACACACACACACACACACAC1EF5AACCAACC
  462.             AA9A9A9A008686868686ACF58686868686868686ACF5868686861EAAF5AACCAA
  463.             AAAA9A9A008686868686ACF5868686F5F5F5F5F5ACF5868686861ECCCCCCC81E
  464.             1E1E1E1E868686868686AC07F5F5ACACACACACACAC8686F5F5F5861E1E1E1E86
  465.             8686868686860000008686ACACAC8686868686868686ACACACF5868686868686
  466.             86868686868686000086868686868686868686F5868686ACACF5868686868686
  467.             868600868686008600868686868686868686AC07F5F5AC86AC86868686868686
  468.             86868600000086868686868686868686868686ACACAC86868686868686868686
  469.             8686868686868686868686868686868686868686868686868686}
  470.           NumGlyphs = 2
  471.         end
  472.         object srcBrowseRight: TBitBtn
  473.           Left = 304
  474.           Top = 72
  475.           Width = 24
  476.           Height = 22
  477.           TabOrder = 3
  478.           OnClick = srcBrowseRightClick
  479.           NumGlyphs = 2
  480.         end
  481.       end
  482.       object tsCodeFiltersPage: TTabSheet
  483.         BorderWidth = 8
  484.         Caption = '%'
  485.         ImageIndex = 2
  486.         TabVisible = False
  487.         object Label2: TLabel
  488.           Left = 0
  489.           Top = 48
  490.           Width = 107
  491.           Height = 13
  492.           Caption = 'Types de fichier '#224' comparer :'
  493.         end
  494.         object Label5: TLabel
  495.           Left = 0
  496.           Top = 0
  497.           Width = 417
  498.           Height = 26
  499.           Align = alTop
  500.           Caption = 
  501.             'Afin de vous concentrer sur les fichiers importants, vous pouvez' +
  502.             ' exclure ceux qui n'#39'importent pas.  Choisissez le type des fichi' +
  503.             'ers '#224' comparer.'
  504.           WordWrap = True
  505.         end
  506.         object Label33: TLabel
  507.           Left = 0
  508.           Top = 192
  509.           Width = 201
  510.           Height = 13
  511.           Caption = 
  512.             'Utilisez le point-virgule (;) pour s'#233'parer les types de fichiers' +
  513.             '.'
  514.         end
  515.         object srcIncludeFiles: TComboBox
  516.           Left = 0
  517.           Top = 64
  518.           Width = 313
  519.           Height = 121
  520.           Style = csSimple
  521.           ItemHeight = 13
  522.           TabOrder = 0
  523.           OnClick = IncludeFilesClick
  524.         end
  525.       end
  526.       object tsCodeCriteriaPage: TTabSheet
  527.         BorderWidth = 8
  528.         Caption = '%'
  529.         ImageIndex = 3
  530.         TabVisible = False
  531.         object Label7: TLabel
  532.           Left = 0
  533.           Top = 0
  534.           Width = 417
  535.           Height = 26
  536.           Align = alTop
  537.           Caption = 
  538.             'Lors du chargement de cette session, Beyond Compare peut compare' +
  539.             'r automatiquement le contenu des fichiers, en utilisant des r'#232'gl' +
  540.             'es pr'#233'd'#233'finies pour des textes importants ou non importants.'
  541.           WordWrap = True
  542.         end
  543.         object Button2: TButton
  544.           Tag = 3
  545.           Left = 0
  546.           Top = 88
  547.           Width = 129
  548.           Height = 23
  549.           Caption = '&Plus d'#39'informations'
  550.           TabOrder = 0
  551.           OnClick = MoreInfoClick
  552.         end
  553.         object srcCheckRulesBased: TBCCheckBox
  554.           Left = 0
  555.           Top = 48
  556.           Width = 176
  557.           Height = 17
  558.           Caption = 'Comparaison de contenu &bas'#233'e sur des &r'#232'gles'
  559.           TabOrder = 1
  560.         end
  561.       end
  562.       object tsCodeSubfolderPage: TTabSheet
  563.         BorderWidth = 8
  564.         Caption = '%'
  565.         ImageIndex = 20
  566.         TabVisible = False
  567.         object Label41: TLabel
  568.           Left = 0
  569.           Top = 0
  570.           Width = 417
  571.           Height = 26
  572.           Align = alTop
  573.           Caption = 
  574.             'Autoriser cette option si vous souhaitez que les dossiers soient' +
  575.             ' automatiquement balay'#233's en arri'#232're-plan.'
  576.           WordWrap = True
  577.         end
  578.         object srcAutoBuild: TBCCheckBox
  579.           Left = 0
  580.           Top = 48
  581.           Width = 162
  582.           Height = 17
  583.           Caption = 'Balayer &automatiquement les sous-dossiers'
  584.           TabOrder = 0
  585.         end
  586.         object Button3: TButton
  587.           Tag = 4
  588.           Left = 0
  589.           Top = 88
  590.           Width = 129
  591.           Height = 23
  592.           Caption = '&Plus d'#39'informations'
  593.           TabOrder = 1
  594.           OnClick = MoreInfoClick
  595.         end
  596.       end
  597.       object tsVerifyBasePage: TTabSheet
  598.         BorderWidth = 8
  599.         Caption = 
  600.           'Dossiers de base|Sp'#233'cifiez le dossier source, et l'#39'endroit vers ' +
  601.           'o'#249' le copier.'
  602.         ImageIndex = 4
  603.         TabVisible = False
  604.         object Label9: TLabel
  605.           Left = 0
  606.           Top = 0
  607.           Width = 68
  608.           Height = 13
  609.           Caption = '&Dossier Source :'
  610.           FocusControl = vfyLeftBaseEdit
  611.         end
  612.         object Label8: TLabel
  613.           Left = 0
  614.           Top = 56
  615.           Width = 96
  616.           Height = 13
  617.           Caption = 'Copie devant '#234'tre v'#233'rifi'#233'e :'
  618.         end
  619.         object vfyLeftBaseEdit: TComboBox
  620.           Left = 0
  621.           Top = 16
  622.           Width = 297
  623.           Height = 21
  624.           AutoComplete = False
  625.           ItemHeight = 13
  626.           TabOrder = 0
  627.         end
  628.         object vfyShellTree: TPTShellTree
  629.           Left = 0
  630.           Top = 72
  631.           Width = 297
  632.           Height = 129
  633.           Options = [ptstoDefaultKeyHandling, ptstoContextMenus, ptstoShowHidden]
  634.           HideSelection = False
  635.           Indent = 19
  636.           TabOrder = 2
  637.         end
  638.         object vfyBrowseLeft: TBitBtn
  639.           Left = 304
  640.           Top = 16
  641.           Width = 24
  642.           Height = 22
  643.           TabOrder = 1
  644.           OnClick = vfyBrowseLeftClick
  645.           NumGlyphs = 2
  646.         end
  647.       end
  648.       object tsFTPSitePage: TTabSheet
  649.         BorderWidth = 8
  650.         Caption = 'Site FTP|Entrez les d'#233'tails du site FTP.'
  651.         ImageIndex = 5
  652.         TabVisible = False
  653.         object Label10: TLabel
  654.           Left = 0
  655.           Top = 0
  656.           Width = 55
  657.           Height = 13
  658.           Caption = 'Nom de l'#39'&h'#244'te :'
  659.           FocusControl = ftpHostEdit
  660.         end
  661.         object Label11: TLabel
  662.           Left = 0
  663.           Top = 72
  664.           Width = 55
  665.           Height = 13
  666.           Caption = 'Nom d'#39'&Utilisateur :'
  667.           FocusControl = ftpUsernameEdit
  668.         end
  669.         object Label12: TLabel
  670.           Left = 136
  671.           Top = 72
  672.           Width = 50
  673.           Height = 13
  674.           Caption = '&Mot de passe :'
  675.           FocusControl = ftpPasswordEdit
  676.         end
  677.         object Label31: TLabel
  678.           Left = 0
  679.           Top = 116
  680.           Width = 66
  681.           Height = 13
  682.           Caption = 'Chemin &distant :'
  683.           FocusControl = ftpRemotePathEdit
  684.         end
  685.         object ftpHostEdit: TComboBox
  686.           Left = 0
  687.           Top = 16
  688.           Width = 393
  689.           Height = 21
  690.           AutoComplete = False
  691.           ItemHeight = 13
  692.           TabOrder = 0
  693.           OnClick = ftpHostEditClick
  694.         end
  695.         object ftpAnonymous: TBCCheckBox
  696.           Left = 0
  697.           Top = 48
  698.           Width = 76
  699.           Height = 17
  700.           Caption = '&Anonyme'
  701.           TabOrder = 1
  702.           OnClick = ftpAnonymousClick
  703.         end
  704.         object ftpUsernameEdit: TEdit
  705.           Left = 0
  706.           Top = 88
  707.           Width = 121
  708.           Height = 21
  709.           TabOrder = 2
  710.         end
  711.         object ftpPasswordEdit: TEdit
  712.           Left = 136
  713.           Top = 88
  714.           Width = 121
  715.           Height = 21
  716.           PasswordChar = '*'
  717.           TabOrder = 3
  718.         end
  719.         object ftpTestConnection: TBCCheckBox
  720.           Left = 0
  721.           Top = 176
  722.           Width = 96
  723.           Height = 17
  724.           Caption = 'Test de connexion'
  725.           Checked = True
  726.           Enabled = False
  727.           State = cbChecked
  728.           TabOrder = 4
  729.           Visible = False
  730.         end
  731.         object ftpRemotePathEdit: TEdit
  732.           Left = 0
  733.           Top = 132
  734.           Width = 257
  735.           Height = 21
  736.           TabOrder = 5
  737.         end
  738.         object ftpDontSavePasswordEdit: TBCCheckBox
  739.           Left = 0
  740.           Top = 160
  741.           Width = 121
  742.           Height = 17
  743.           Caption = '&Ne pas sauvegarde le mot de passe'
  744.           TabOrder = 6
  745.         end
  746.       end
  747.       object tsFTPLocalPage: TTabSheet
  748.         BorderWidth = 8
  749.         Caption = 'Dossier local|Choisissez le dossier local.'
  750.         ImageIndex = 6
  751.         TabVisible = False
  752.         object Label13: TLabel
  753.           Left = 0
  754.           Top = 0
  755.           Width = 59
  756.           Height = 13
  757.           Caption = 'Dossier Local :'
  758.         end
  759.         object ftpLeftBaseEdit: TComboBox
  760.           Left = 0
  761.           Top = 16
  762.           Width = 297
  763.           Height = 21
  764.           AutoComplete = False
  765.           ItemHeight = 13
  766.           TabOrder = 0
  767.         end
  768.         object ftpBrowseLeft: TBitBtn
  769.           Left = 304
  770.           Top = 16
  771.           Width = 24
  772.           Height = 22
  773.           TabOrder = 1
  774.           OnClick = ftpBrowseLeftClick
  775.           NumGlyphs = 2
  776.         end
  777.       end
  778.       object tsFTPFiltersPage: TTabSheet
  779.         BorderWidth = 8
  780.         Caption = '%'
  781.         ImageIndex = 7
  782.         TabVisible = False
  783.         object Label14: TLabel
  784.           Left = 0
  785.           Top = 0
  786.           Width = 417
  787.           Height = 26
  788.           Align = alTop
  789.           Caption = 
  790.             'Afin de vous concentrer sur les fichiers importants, vous pouvez' +
  791.             ' exclure ceux qui n'#39'importent pas  Choisissez le type de fichier' +
  792.             's '#224' comparer.'
  793.           WordWrap = True
  794.         end
  795.         object Label29: TLabel
  796.           Left = 0
  797.           Top = 48
  798.           Width = 107
  799.           Height = 13
  800.           Caption = 'Types de fichier '#224' comparer :'
  801.         end
  802.         object ftpIncludeFiles: TComboBox
  803.           Left = 0
  804.           Top = 64
  805.           Width = 313
  806.           Height = 129
  807.           Style = csSimple
  808.           ItemHeight = 13
  809.           TabOrder = 0
  810.           OnClick = IncludeFilesClick
  811.         end
  812.       end
  813.       object tsFTPCriteriaPage: TTabSheet
  814.         BorderWidth = 8
  815.         Caption = '%'
  816.         ImageIndex = 8
  817.         TabVisible = False
  818.         object Label38: TLabel
  819.           Left = 0
  820.           Top = 0
  821.           Width = 417
  822.           Height = 39
  823.           Align = alTop
  824.           Caption = 
  825.             'Quand les fichiers sont copi'#233's vers un site FTP, typiquement, le' +
  826.             's dates/heures changent.  Egalement, les terminateurs de lignes ' +
  827.             'des fichiers texte peuvent '#234'tre chang'#233's.  A cause de ces points,' +
  828.             ' il peut '#234'tre difficile de comparer les r'#233'pertoires FTP avec les' +
  829.             ' r'#233'pertoires locaux.'
  830.           WordWrap = True
  831.         end
  832.         object Bevel11: TBevel
  833.           Left = 0
  834.           Top = 39
  835.           Width = 417
  836.           Height = 9
  837.           Align = alTop
  838.           Shape = bsSpacer
  839.         end
  840.         object Label39: TLabel
  841.           Left = 0
  842.           Top = 48
  843.           Width = 417
  844.           Height = 26
  845.           Align = alTop
  846.           Caption = 
  847.             'Autoriser cette option pour comparer automatiquement le contenu ' +
  848.             'des fichiers et ignorer les diff'#233'rences de terminateurs de ligne' +
  849.             's.'
  850.           WordWrap = True
  851.         end
  852.         object Label40: TLabel
  853.           Left = 0
  854.           Top = 110
  855.           Width = 417
  856.           Height = 26
  857.           Align = alTop
  858.           Caption = 
  859.             'Notez que cocher cette option rendra la comparaison plus lente '#224 +
  860.             ' se charger, sp'#233'cialement avec des connexions lentes.'
  861.           WordWrap = True
  862.         end
  863.         object Panel4: TPanel
  864.           Left = 0
  865.           Top = 74
  866.           Width = 417
  867.           Height = 36
  868.           Align = alTop
  869.           BevelOuter = bvNone
  870.           ParentColor = True
  871.           TabOrder = 0
  872.           object ftpCheckRulesBased: TBCCheckBox
  873.             Left = 0
  874.             Top = 8
  875.             Width = 190
  876.             Height = 17
  877.             Caption = 'Comparer &automatiquement le contenu des fichiers'
  878.             TabOrder = 0
  879.           end
  880.         end
  881.       end
  882.       object tsGeneralBasePage: TTabSheet
  883.         BorderWidth = 8
  884.         Caption = 'Dossiers de base|Choisissez les chemins des dossiers '#224' comparer.'
  885.         ImageIndex = 9
  886.         TabVisible = False
  887.         object Label15: TLabel
  888.           Left = 0
  889.           Top = 0
  890.           Width = 82
  891.           Height = 13
  892.           Caption = 'Premier dossier de base :'
  893.         end
  894.         object Label16: TLabel
  895.           Left = 0
  896.           Top = 56
  897.           Width = 96
  898.           Height = 13
  899.           Caption = 'Deuxi'#232'me dossier de base :'
  900.         end
  901.         object genLeftBaseEdit: TComboBox
  902.           Left = 0
  903.           Top = 16
  904.           Width = 297
  905.           Height = 21
  906.           AutoComplete = False
  907.           ItemHeight = 13
  908.           TabOrder = 0
  909.         end
  910.         object genRightBaseEdit: TComboBox
  911.           Left = 0
  912.           Top = 72
  913.           Width = 297
  914.           Height = 21
  915.           AutoComplete = False
  916.           ItemHeight = 13
  917.           TabOrder = 2
  918.         end
  919.         object genBrowseLeft: TBitBtn
  920.           Left = 304
  921.           Top = 16
  922.           Width = 24
  923.           Height = 22
  924.           TabOrder = 1
  925.           OnClick = genBrowseLeftClick
  926.           NumGlyphs = 2
  927.         end
  928.         object genBrowseRight: TBitBtn
  929.           Left = 304
  930.           Top = 72
  931.           Width = 24
  932.           Height = 22
  933.           TabOrder = 3
  934.           OnClick = genBrowseRightClick
  935.           NumGlyphs = 2
  936.         end
  937.       end
  938.       object tsGeneralFiltersPage: TTabSheet
  939.         BorderWidth = 8
  940.         Caption = 'Filtres de fichier|Choisissez le type de fichiers '#224' comparer.'
  941.         ImageIndex = 10
  942.         TabVisible = False
  943.         object Label17: TLabel
  944.           Left = 0
  945.           Top = 0
  946.           Width = 417
  947.           Height = 26
  948.           Align = alTop
  949.           Caption = 
  950.             'Afin de vous concentrer sur les fichiers importants, vous pouvez' +
  951.             ' exclure ceux qui n'#39'importent pas.  Choisissez le type de fichie' +
  952.             'r que vous voulez inclure (ou exclure).'
  953.           WordWrap = True
  954.         end
  955.         object genSeparator: TLabel
  956.           Left = 188
  957.           Top = 160
  958.           Width = 201
  959.           Height = 13
  960.           Alignment = taRightJustify
  961.           Caption = 
  962.             'Utiliser un point-virgule (;) pour s'#233'parer les types de fichiers' +
  963.             '.'
  964.           Visible = False
  965.         end
  966.         object genIncludeAll: TBCRadioButton
  967.           Left = 0
  968.           Top = 48
  969.           Width = 90
  970.           Height = 17
  971.           Caption = 'Inclure &tous les fichiers'
  972.           Checked = True
  973.           TabOrder = 0
  974.           TabStop = True
  975.           OnClick = genRadioClick
  976.         end
  977.         object genIncludeThese: TBCRadioButton
  978.           Left = 0
  979.           Top = 72
  980.           Width = 177
  981.           Height = 17
  982.           Caption = 'Inclure &uniquement les types de fichiers -->'
  983.           TabOrder = 1
  984.           OnClick = genRadioClick
  985.         end
  986.         object genExcludeThese: TBCRadioButton
  987.           Left = 0
  988.           Top = 96
  989.           Width = 131
  990.           Height = 17
  991.           Caption = '&Exclure ces fichiers  -->'
  992.           TabOrder = 2
  993.           OnClick = genRadioClick
  994.         end
  995.         object genShowActual: TBCRadioButton
  996.           Left = 0
  997.           Top = 120
  998.           Width = 141
  999.           Height = 17
  1000.           Caption = '&Utiliser les types de fichier actuels'
  1001.           TabOrder = 3
  1002.           OnClick = genRadioClick
  1003.         end
  1004.         object genIncludeEdit: TEdit
  1005.           Left = 240
  1006.           Top = 70
  1007.           Width = 145
  1008.           Height = 21
  1009.           TabOrder = 4
  1010.         end
  1011.         object genExcludeEdit: TEdit
  1012.           Left = 240
  1013.           Top = 94
  1014.           Width = 145
  1015.           Height = 21
  1016.           TabOrder = 5
  1017.         end
  1018.       end
  1019.       object tsGeneralFiltersListPage: TTabSheet
  1020.         BorderWidth = 8
  1021.         Caption = '%'
  1022.         TabVisible = False
  1023.         object Label28: TLabel
  1024.           Left = 0
  1025.           Top = 0
  1026.           Width = 417
  1027.           Height = 33
  1028.           Align = alTop
  1029.           AutoSize = False
  1030.           Caption = 
  1031.             'Voici la liste de tous les types de fichiers de vos dossiers de ' +
  1032.             'base.  Cocher les types de fichier que vous voulez inclure (ou e' +
  1033.             'xclure).'
  1034.           WordWrap = True
  1035.         end
  1036.         object genTypeList: TCheckListBox
  1037.           Left = 272
  1038.           Top = 48
  1039.           Width = 121
  1040.           Height = 153
  1041.           ItemHeight = 13
  1042.           TabOrder = 0
  1043.         end
  1044.         object genIncludeChecked: TBCRadioButton
  1045.           Left = 0
  1046.           Top = 48
  1047.           Width = 167
  1048.           Height = 17
  1049.           Caption = '&Inclure uniquement les types de fichier coch'#233's'
  1050.           Checked = True
  1051.           TabOrder = 1
  1052.           TabStop = True
  1053.         end
  1054.         object genExcludeChecked: TBCRadioButton
  1055.           Left = 0
  1056.           Top = 72
  1057.           Width = 146
  1058.           Height = 17
  1059.           Caption = '&Exclure les types de fichier coch'#233's'
  1060.           TabOrder = 2
  1061.         end
  1062.       end
  1063.       object tsGeneralCriteriaPage: TTabSheet
  1064.         BorderWidth = 8
  1065.         Caption = 'Crit'#232'res de comparaison|Qu'#39'est-ce qui d'#233'termine une diff'#233'rence ?'
  1066.         ImageIndex = 11
  1067.         TabVisible = False
  1068.         object Label24: TLabel
  1069.           Left = 0
  1070.           Top = 0
  1071.           Width = 210
  1072.           Height = 13
  1073.           Caption = 'S'#233'lectionnez les crit'#232'res pour la comparaison de r'#233'pertoires.'
  1074.         end
  1075.         object GroupBox1: TGroupBox
  1076.           Left = 0
  1077.           Top = 24
  1078.           Width = 409
  1079.           Height = 57
  1080.           Caption = 'Dates/Heures'
  1081.           TabOrder = 0
  1082.           object genCheckTimestamp: TBCCheckBox
  1083.             Left = 16
  1084.             Top = 20
  1085.             Width = 130
  1086.             Height = 17
  1087.             Caption = '&Date/Heure de derni'#232're modification'
  1088.             Checked = True
  1089.             State = cbChecked
  1090.             TabOrder = 0
  1091.           end
  1092.           object Button1: TButton
  1093.             Tag = 1
  1094.             Left = 264
  1095.             Top = 16
  1096.             Width = 129
  1097.             Height = 23
  1098.             Caption = '&Plus d'#39'informations'
  1099.             TabOrder = 1
  1100.             OnClick = MoreInfoClick
  1101.           end
  1102.         end
  1103.         object GroupBox2: TGroupBox
  1104.           Left = 0
  1105.           Top = 96
  1106.           Width = 409
  1107.           Height = 97
  1108.           Caption = 'Contenu'
  1109.           TabOrder = 1
  1110.           object genCheckSize: TBCRadioButton
  1111.             Left = 16
  1112.             Top = 20
  1113.             Width = 57
  1114.             Height = 17
  1115.             Caption = '&Taille du fichier'
  1116.             Checked = True
  1117.             TabOrder = 0
  1118.             TabStop = True
  1119.           end
  1120.           object genCheckCRC: TBCRadioButton
  1121.             Left = 16
  1122.             Top = 36
  1123.             Width = 102
  1124.             Height = 17
  1125.             Caption = 'Taille et &CRC du fichier'
  1126.             TabOrder = 1
  1127.           end
  1128.           object genCheckBinary: TBCRadioButton
  1129.             Left = 16
  1130.             Top = 52
  1131.             Width = 182
  1132.             Height = 17
  1133.             Caption = 'Comparaison &binaire (octet par octet)'
  1134.             TabOrder = 2
  1135.           end
  1136.           object genCheckRulesBased: TBCRadioButton
  1137.             Left = 16
  1138.             Top = 68
  1139.             Width = 159
  1140.             Height = 17
  1141.             Caption = 'Comparaison de texte &bas'#233'e sur des &r'#232'gles'
  1142.             TabOrder = 3
  1143.           end
  1144.           object genMoreInfo: TButton
  1145.             Tag = 2
  1146.             Left = 264
  1147.             Top = 16
  1148.             Width = 129
  1149.             Height = 23
  1150.             Caption = 'Plu&s d'#39'informations'
  1151.             TabOrder = 4
  1152.             OnClick = MoreInfoClick
  1153.           end
  1154.         end
  1155.       end
  1156.       object tsGeneralSubfolderPage: TTabSheet
  1157.         BorderWidth = 8
  1158.         Caption = 
  1159.           'Gestion de sous-dossier|Les sous-dossiers doivent-ils '#234'tre balay' +
  1160.           #233's automatiquement ?'
  1161.         ImageIndex = 19
  1162.         TabVisible = False
  1163.         object Label25: TLabel
  1164.           Left = 0
  1165.           Top = 0
  1166.           Width = 417
  1167.           Height = 13
  1168.           Align = alTop
  1169.           Caption = 
  1170.             'Quand la session se charge, elle peut balayer automatiquement le' +
  1171.             's sous-dossiers en arri'#232're-plan.'
  1172.           WordWrap = True
  1173.         end
  1174.         object genAutoBuild: TBCCheckBox
  1175.           Left = 0
  1176.           Top = 48
  1177.           Width = 162
  1178.           Height = 17
  1179.           Caption = 'Balayer &automatiquement les sous-dossiers'
  1180.           TabOrder = 0
  1181.         end
  1182.         object Button4: TButton
  1183.           Tag = 4
  1184.           Left = 0
  1185.           Top = 88
  1186.           Width = 129
  1187.           Height = 23
  1188.           Caption = '&Plus d'#39'informations'
  1189.           TabOrder = 1
  1190.           OnClick = MoreInfoClick
  1191.         end
  1192.       end
  1193.       object tsSnapshotFilePage: TTabSheet
  1194.         BorderWidth = 8
  1195.         Caption = 
  1196.           'Fichier Instantan'#233'|Localisez un fichier Instantan'#233', ou cr'#233'ez-en ' +
  1197.           'un nouveau.'
  1198.         ImageIndex = 12
  1199.         TabVisible = False
  1200.         object Label20: TLabel
  1201.           Left = 0
  1202.           Top = 0
  1203.           Width = 417
  1204.           Height = 39
  1205.           Align = alTop
  1206.           Caption = 
  1207.             'Un instantan'#233' est un listing de dossiers, captur'#233' '#224' un certain m' +
  1208.             'oment et sauvegard'#233' dans un fichier.  Vous pouvez comparer chaqu' +
  1209.             'e instantan'#233' avec un autre, ou bien avec un dossier existant.  L' +
  1210.             'es instantan'#233's contiennent tous les sous-dossiers et conservent ' +
  1211.             'une valeur CRC32 pour chaque fichier.'
  1212.           WordWrap = True
  1213.         end
  1214.         object Label21: TLabel
  1215.           Left = 40
  1216.           Top = 120
  1217.           Width = 105
  1218.           Height = 13
  1219.           Caption = 'Fichier instantan'#233' &existant :'
  1220.           FocusControl = snapLeftPathEdit
  1221.         end
  1222.         object snapCreateNow: TBCRadioButton
  1223.           Left = 0
  1224.           Top = 64
  1225.           Width = 132
  1226.           Height = 17
  1227.           Caption = '&Cr'#233'er un instantan'#233' maintenant'
  1228.           Checked = True
  1229.           TabOrder = 0
  1230.           TabStop = True
  1231.           OnClick = snapRadioClick
  1232.         end
  1233.         object snapCompare: TBCRadioButton
  1234.           Left = 0
  1235.           Top = 96
  1236.           Width = 247
  1237.           Height = 17
  1238.           Caption = 'C&omparer un dossier actuel avec un instantan'#233' existant'
  1239.           TabOrder = 1
  1240.           OnClick = snapRadioClick
  1241.         end
  1242.         object snapLeftPathEdit: TComboBox
  1243.           Left = 40
  1244.           Top = 136
  1245.           Width = 297
  1246.           Height = 21
  1247.           AutoComplete = False
  1248.           ItemHeight = 13
  1249.           TabOrder = 2
  1250.         end
  1251.         object snapBrowseLeft: TBitBtn
  1252.           Left = 344
  1253.           Top = 136
  1254.           Width = 24
  1255.           Height = 22
  1256.           TabOrder = 3
  1257.           OnClick = snapBrowseLeftClick
  1258.           NumGlyphs = 2
  1259.         end
  1260.       end
  1261.       object tsSnapshotFolderPage: TTabSheet
  1262.         BorderWidth = 8
  1263.         Caption = 'Dossier actuel|Choisissez la source de cet Instantan'#233'.'
  1264.         ImageIndex = 14
  1265.         TabVisible = False
  1266.         object Label22: TLabel
  1267.           Left = 0
  1268.           Top = 0
  1269.           Width = 54
  1270.           Height = 13
  1271.           Caption = 'Dossier actuel :'
  1272.         end
  1273.         object snapRightBaseEdit: TComboBox
  1274.           Left = 0
  1275.           Top = 16
  1276.           Width = 297
  1277.           Height = 21
  1278.           AutoComplete = False
  1279.           ItemHeight = 13
  1280.           TabOrder = 0
  1281.         end
  1282.         object snapBrowseRight: TBitBtn
  1283.           Left = 304
  1284.           Top = 16
  1285.           Width = 24
  1286.           Height = 22
  1287.           TabOrder = 1
  1288.           OnClick = snapBrowseRightClick
  1289.           NumGlyphs = 2
  1290.         end
  1291.         object snapCRCEdit: TBCCheckBox
  1292.           Left = 0
  1293.           Top = 48
  1294.           Width = 75
  1295.           Height = 17
  1296.           Caption = 'Enregistrer les &CRCs'
  1297.           Checked = True
  1298.           State = cbChecked
  1299.           TabOrder = 2
  1300.         end
  1301.       end
  1302.       object tsSnapshotCreatePage: TTabSheet
  1303.         BorderWidth = 8
  1304.         Caption = 
  1305.           'Cr'#233'ation d'#39'Instantan'#233'|Un peu de patience pendant que l'#39'Instantan' +
  1306.           #233' se construit.'
  1307.         ImageIndex = 17
  1308.         TabVisible = False
  1309.         object snapCurrentItem: TLabel
  1310.           Left = 0
  1311.           Top = 0
  1312.           Width = 11
  1313.           Height = 13
  1314.           Caption = '%'
  1315.           ShowAccelChar = False
  1316.         end
  1317.         object snapTotalCount: TLabel
  1318.           Left = 0
  1319.           Top = 32
  1320.           Width = 93
  1321.           Height = 13
  1322.           Caption = 'Stockage de l'#39'instantan'#233'...'
  1323.           ShowAccelChar = False
  1324.         end
  1325.         object snapItemProgress: TProgressBar
  1326.           Left = 0
  1327.           Top = 16
  1328.           Width = 353
  1329.           Height = 13
  1330.           TabOrder = 0
  1331.         end
  1332.         object snapTotalProgress: TProgressBar
  1333.           Left = 0
  1334.           Top = 48
  1335.           Width = 353
  1336.           Height = 13
  1337.           TabOrder = 1
  1338.         end
  1339.       end
  1340.       object tsFilesPage: TTabSheet
  1341.         BorderWidth = 8
  1342.         Caption = 'Comparer deux fichiers|Choisissez les fichiers '#224' comparer.'
  1343.         ImageIndex = 13
  1344.         TabVisible = False
  1345.         object Label18: TLabel
  1346.           Left = 0
  1347.           Top = 0
  1348.           Width = 42
  1349.           Height = 13
  1350.           Caption = '&Premier fichier :'
  1351.           FocusControl = filLeftFileEdit
  1352.         end
  1353.         object Label19: TLabel
  1354.           Left = 0
  1355.           Top = 56
  1356.           Width = 56
  1357.           Height = 13
  1358.           Caption = '&Deuxi'#232'me fichier :'
  1359.           FocusControl = filRightFileEdit
  1360.         end
  1361.         object filLeftFileEdit: TEdit
  1362.           Left = 0
  1363.           Top = 16
  1364.           Width = 297
  1365.           Height = 21
  1366.           TabOrder = 0
  1367.         end
  1368.         object filRightFileEdit: TEdit
  1369.           Left = 0
  1370.           Top = 72
  1371.           Width = 297
  1372.           Height = 21
  1373.           TabOrder = 2
  1374.         end
  1375.         object filBrowseLeft: TBitBtn
  1376.           Left = 304
  1377.           Top = 16
  1378.           Width = 24
  1379.           Height = 22
  1380.           TabOrder = 1
  1381.           OnClick = filBrowseLeftClick
  1382.           NumGlyphs = 2
  1383.         end
  1384.         object filBrowseRight: TBitBtn
  1385.           Left = 304
  1386.           Top = 72
  1387.           Width = 24
  1388.           Height = 22
  1389.           TabOrder = 3
  1390.           OnClick = filBrowseRightClick
  1391.           NumGlyphs = 2
  1392.         end
  1393.       end
  1394.       object tsNamePage: TTabSheet
  1395.         BorderWidth = 8
  1396.         Caption = 'Nom de session|Donnez un nom '#224' cette session.'
  1397.         ImageIndex = 18
  1398.         TabVisible = False
  1399.         object Label36: TLabel
  1400.           Left = 0
  1401.           Top = 40
  1402.           Width = 137
  1403.           Height = 13
  1404.           Caption = 'Sauver la session de comparaison comme :'
  1405.         end
  1406.         object Label37: TLabel
  1407.           Left = 0
  1408.           Top = 0
  1409.           Width = 417
  1410.           Height = 26
  1411.           Align = alTop
  1412.           Caption = 
  1413.             'Si vous souhaitez utiliser cette comparaison plus d'#39'une fois, vo' +
  1414.             'us devez lui donner un nom descriptif.'
  1415.           WordWrap = True
  1416.         end
  1417.         object sesNameEdit: TComboBox
  1418.           Left = 0
  1419.           Top = 56
  1420.           Width = 289
  1421.           Height = 21
  1422.           AutoComplete = False
  1423.           ItemHeight = 13
  1424.           TabOrder = 0
  1425.         end
  1426.       end
  1427.     end
  1428.     object PageHeading: TPanel
  1429.       Left = 0
  1430.       Top = 0
  1431.       Width = 497
  1432.       Height = 58
  1433.       Align = alTop
  1434.       BevelOuter = bvNone
  1435.       BorderWidth = 4
  1436.       Color = clWindow
  1437.       TabOrder = 1
  1438.       object Image2: TImage
  1439.         Left = 444
  1440.         Top = 4
  1441.         Width = 49
  1442.         Height = 50
  1443.         Align = alRight
  1444.         Picture.Data = {<image000.bmp>}
  1445.       end
  1446.       object Label34: TLabel
  1447.         Left = 4
  1448.         Top = 4
  1449.         Width = 36
  1450.         Height = 50
  1451.         Align = alLeft
  1452.         AutoSize = False
  1453.         Transparent = False
  1454.       end
  1455.       object Panel2: TPanel
  1456.         Left = 40
  1457.         Top = 4
  1458.         Width = 404
  1459.         Height = 50
  1460.         Align = alClient
  1461.         BevelOuter = bvNone
  1462.         BorderWidth = 4
  1463.         ParentColor = True
  1464.         TabOrder = 0
  1465.         object PageTitle: TLabel
  1466.           Left = 4
  1467.           Top = 4
  1468.           Width = 396
  1469.           Height = 13
  1470.           Align = alTop
  1471.           Caption = 'Titre'
  1472.           Transparent = False
  1473.         end
  1474.         object PageDescription: TLabel
  1475.           Left = 4
  1476.           Top = 17
  1477.           Width = 396
  1478.           Height = 29
  1479.           Align = alClient
  1480.           Caption = 'Description'
  1481.           Transparent = False
  1482.           Layout = tlCenter
  1483.         end
  1484.       end
  1485.     end
  1486.   end
  1487.   object OpenDialog: TOpenDialog
  1488.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  1489.     Left = 568
  1490.     Top = 320
  1491.   end
  1492.   object snapTimer: TTimer
  1493.     Enabled = False
  1494.     Interval = 100
  1495.     OnTimer = snapTimerTimer
  1496.     Left = 600
  1497.     Top = 320
  1498.   end
  1499.   object SaveDialog: TSaveDialog
  1500.     DefaultExt = 'bcss'
  1501.     Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
  1502.     Left = 632
  1503.     Top = 320
  1504.   end
  1505. end
  1506.